Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/07/12 12:32 p.m.128 views

CVE-2024-40975

CVE-2024-40975 affects the Linux kernel in platform/x86/x86-android-tablets code. The issue arises when a device is unregistered while consumers still hold references, with the regulator subsystem given as a concrete example. If a regulator is unregistered prematurely, a WARN() can be triggered (...

5.5CVSS6.6AI score0.00288EPSS
Save
CVE
CVE
added 2024/07/29 5:35 p.m.128 views

CVE-2024-42092

CVE-2024-42092 — Linux kernel GPIO (DaVinci) vulnerability Affected: Linux kernel (gpio: davinci) where pdata->gpio_unbanked is read from the Device Tree. If DT is broken, this value may be invalid and could cause out-of-bounds access to chips->irqs in davinci_gpio_probe(). Root cause: lack...

7.8CVSS6.5AI score0.00223EPSS
Save
CVE
CVE
added 2024/08/07 3:14 p.m.128 views

CVE-2024-42236

CVE-2024-42236 affects the Linux kernel in the usb gadget configfs string handling. The vulnerability arises from not validating userspace-provided strings that can be empty, enabling an out-of-bounds (OOB) read at str[0-1] and a subsequent OOB write to str[0-1] = '\0'. The issue is fixed by addi...

5.5CVSS6.4AI score0.00233EPSS
Save
CVE
CVE
added 2024/08/17 9:8 a.m.128 views

CVE-2024-42288

CVE-2024-42288 relates to Linux kernel SCSI driver scsi: qla2xxx, where the Init Control Block (ICB) was dereferenced incorrectly, risking memory corruption. The vulnerability affects the qla2xxx path and has a local attack vector with low privileges; the impact is memory corruption (partial impa...

5.5CVSS6.7AI score0.00236EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.128 views

CVE-2024-43835

CVE-2024-43835 affects the Linux kernel virtio_net component, where a warning napi_skb_cache_put was triggered after a commit changed nested-BH locking for napi_alloc_cache. The issue stems from virtio assuming NAPI context in cases like netpoll, leading to warnings in net/core/skbuff.c during fr...

5.5CVSS6.5AI score0.00248EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.128 views

CVE-2024-44998

CVE-2024-44998 affects the Linux kernel ATM subsystem (atm: idt77252). The issue is a use-after-free in dequeue_rx where a socket/buffers (skb) dereference occurs after skb is released by vcc->push(), enabling a use-after-free scenario. A fix has been applied in upstream kernel; refer to the l...

7.8CVSS7.8AI score0.00252EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.128 views

CVE-2024-45003

CVE-2024-45003 concerns a Linux kernel vulnerability where inode eviction can deadlock during inode LRU traversal. The issue arises in the inode reclaim path (prune_icache_sb) when reclaiming inodes marks i_freeing and other processes attempt to iget under the same LRU context, risking deadlocks ...

4.7CVSS5.8AI score0.00174EPSS
Save
CVE
CVE
added 2024/09/13 5:29 a.m.128 views

CVE-2024-46680

CVE-2024-46680 concerns the Linux kernel Bluetooth Bluetooth: btnxpuart driver crash during driver removal. The vulnerability arises when ps_wakeup() in btnxpuart_close() schedules work that is executed after the btnxpuart module is removed, leading to a kernel crash during repeated load/unload t...

5.5CVSS5.8AI score0.00231EPSS
Save
CVE
CVE
added 2024/09/13 5:29 a.m.128 views

CVE-2024-46691

CVE-2024-46691 affects the Linux kernel USB Type-C UCSI path. The unregister path (ucsi_unregister) moved to be called from atomic context due to a PMIC_GLINK/IRq-callback spinlock change, making sleepable code paths (unregister) unsafe. This creates a potential flaw where unregistration can occu...

5.5CVSS6AI score0.00206EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.128 views

CVE-2024-46780

CVE-2024-46780 (nilfs2): The Linux kernel fixed a sysfs read path where sysfs attribute show methods could access nilfs2’s superblock buffers without mutual exclusion, risking pointer dereference/memory access. The root cause was missing mutual exclusion for certain reads; the fix adds protection...

5.5CVSS6.3AI score0.00231EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.128 views

CVE-2024-46836

CVE-2024-46836 in the Linux kernel affects usb: gadget: aspeed_udc. The issue is a missing bound check for the endpoint index, which may allow an out-of-bounds access to the endpoint array if the host manipulates the index. Descriptions and Nessus references confirm this bound-check root cause an...

7.8CVSS7.3AI score0.00244EPSS
Save
CVE
CVE
added 2025/01/11 12:25 p.m.128 views

CVE-2024-48875

In the Linux kernel, CVE-2024-48875 is described as a fix for a btrfs issue: don’t take the dev_replace rwsem if the task already holds it. The root cause is a possible deadlock when btrfs_dev_replace flow takes the same rwsem twice during operations like btrfs_map_block, as demonstrated by a loc...

5.5CVSS6.5AI score0.00143EPSS
Save
CVE
CVE
added 2024/10/21 6:2 p.m.128 views

CVE-2024-49961

CVE-2024-49961 is a Linux kernel issue affecting GPIO handling via an I2C port expander (ar0521). The fix updates ar0521_power_on/power_off to use the cansleep variant of gpiod_set_value(), correcting a mismatch where GPIO resets using I2C expander were not cansleep-enabled. The CVE context in th...

5.5CVSS5.3AI score0.00236EPSS
Save
CVE
CVE
added 2024/11/05 5:10 p.m.128 views

CVE-2024-50103

CVE-2024-50103 concerns a Linux kernel vulnerability in ASoC: qcom where asoc_qcom_lpass_cpu_platform_probe() could dereference a NULL pointer from a devm_kzalloc() call. The fixed code adds a NULL check after allocation to prevent NULL Pointer Dereference. Affected component is the kernel’s ASoC...

5.5CVSS5.2AI score0.00235EPSS
Save
CVE
CVE
added 2024/11/08 6:7 a.m.128 views

CVE-2024-50207

Technical details about CVE-2024-50207 (ring-buffer reader locking issue in the Linux kernel) are not provided in the connected documents. Available sources mention the vulnerability and upstream fixes in general terms but do not specify affected versions, exploitability, or precise remediation s...

5.5CVSS5.4AI score0.00138EPSS
Save
CVE
CVE
added 2024/11/08 6:8 a.m.128 views

CVE-2024-50210

The CVE-2024-50210 issue is in the Linux kernel posix-clock routine pc_clock_settime(). If get_clock_desc() succeeds, the code locks the clock’s fd and holds the rwsem; the error path failed to release the lock and fput the fd, causing unbalanced locking and a potential resource leak. The root ca...

5.5CVSS5.2AI score0.00171EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.128 views

CVE-2024-50240

The CVE-2024-50240 issue concerns the Linux kernel PHY driver for Qualcomm QMP-USB. After commit 413db06c05e7, driver data initialisation was removed but still used in runtime PM callbacks, causing a NULL-pointer dereference on runtime suspend when runtime PM is enabled via sysfs. The fix restore...

5.5CVSS5.1AI score0.00204EPSS
Save
CVE
CVE
added 2024/11/19 5:45 p.m.128 views

CVE-2024-53081

Public technical details (affected product/version/root cause/patch) for CVE-2024-53081 are not provided in the connected documents. Monitor for updates when new information becomes available.

5.5CVSS6.8AI score0.00227EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.128 views

CVE-2024-53188

Technical details beyond the initial description are not provided in the connected documents. No vendor/product/version data here; monitor for updates for concrete impact, affected products, and fixes.

5.5CVSS6.8AI score0.00233EPSS
Save
CVE
CVE
added 2024/12/27 1:50 p.m.128 views

CVE-2024-53221

Technical details about CVE-2024-53221 (affected products/versions, impact, and fixes) are not provided in the supplied documents. Public specifics are not available here; please monitor for updates from official advisories or connected sources.

5.5CVSS7AI score0.00222EPSS
Save
CVE
CVE
added 2025/01/15 1:10 p.m.128 views

CVE-2024-54031

Summary (CVE-2024-54031): The Linux kernel netfilter nft_set_hash vulnerability is due to an unaligned atomic read of the genmask field in struct nft_set_ext. The misalignment can trigger a kernel fault (alignment fault) and an OOPS in nft_rhash_gc, potentially leading to a crash or denial of ser...

5.5CVSS6.2AI score0.00223EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.128 views

CVE-2024-56698

The CVE affects the Linux kernel’s DWC3 gadget USB driver. The root cause is a faulty accounting of scatter-gather entries: dwc3_request->num_queued_sgs is decremented on completion, and if a request is only partially completed, the total number of SG entries may be misreported, potentially le...

5.5CVSS6.5AI score0.00212EPSS
Save
CVE
CVE
added 2024/12/29 8:48 a.m.128 views

CVE-2024-56710

CVE-2024-56710 is a Linux kernel vulnerability involving a memory leak in the ceph Direct I/O path. The bvecs array allocated in iter_get_bvecs_alloc() can leak and leave pages pinned if ceph_alloc_sparse_ext_map() fails. The fix moves sparse_ext allocation earlier (and applies a similar adjustme...

5.5CVSS6.4AI score0.00249EPSS
Save
CVE
CVE
added 2024/12/29 11:30 a.m.128 views

CVE-2024-56742

The CVE-2024-56742 entry concerns the Linux kernel VFIO/MLX5 path. It fixes an unwind issue in mlx5vf_add_migration_pages() where pages allocated but not added to the SG table must be freed to prevent a memory leak; pages already added to the SG table are freed via mlx5vf_free_data_buffer(). Affe...

5.5CVSS6.4AI score0.00212EPSS
Save
CVE
CVE
added 2025/01/21 12:1 p.m.128 views

CVE-2024-57933

CVE-2024-57933 (Linux kernel, GVE/XDP/XSK) : The issue arises from races around XSK/XDP queue existence. The patch adds guards to XSK operations and XDP xmit/NDO paths based on queue existence and interface state, preventing crashes when interfaces go down or queues disappear during operation. It...

5.5CVSS6.5AI score0.00203EPSS
Save
CVE
CVE
added 2025/03/06 3:53 p.m.128 views

CVE-2024-58054

CVE-2024-58054 concerns the Linux kernel staging media driver for max96712. The issue causes a kernel oops when removing the module, due to a pointer mix-up in v4l2_i2c_subdev_init(): i2c_set_cliendata() overwrites the private pointer with the struct driver data (sd) instead of the driver’s priva...

7.1CVSS7AI score0.00186EPSS
Save
CVE
CVE
added 2025/03/06 4:22 p.m.128 views

CVE-2025-21833

CVE-2025-21833 : In the Linux kernel, the vulnerability affects iommu/vt-d logic where a NULL pointer could be dereferenced after a WARN_ON_ONCE if domain_remove_dev_pasid cannot find the pasid. The issue has been resolved in the kernel code path that avoids using a NULL pointer post-WARN_ON_ONCE...

5.5CVSS7.1AI score0.00184EPSS
Save
CVE
CVE
added 2025/03/12 9:42 a.m.128 views

CVE-2025-21847

CVE-2025-21847 concerns the Linux kernel ASoC: SOF path — stream-ipc handling. The root cause is a missing NULL check for sps->cstream in sof_ipc_msg_data(), which can lead to a NULL pointer dereference if sps->stream is NULL or cstream is NULL. The issue is mitigated by the published patch...

5.5CVSS6.6AI score0.00204EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.128 views

CVE-2025-22106

CVE-2025-22106 affects the Linux kernel vmxnet3 driver. The root cause was that vmxnet3 did not unregister xdp_rxq_info in vmxnet3_reset_work(), because vmxnet3_rq_destroy() was not invoked in that path. The fix moves the unregister code from vmxnet3_rq_destroy() to vmxnet3_rq_cleanup(), preventi...

5.5CVSS6.7AI score0.0019EPSS
Save
CVE
CVE
added 2025/04/16 2:13 p.m.128 views

CVE-2025-22115

CVE-2025-22115 affects the Linux kernel Btrfs code, specifically a race in btrfs_create_pending_block_groups() that mishandles block group refcounts during a two‑phase creation. The fix introduced BLOCK_GROUP_FLAG_NEW but did not use unused_bg_lock, allowing a race between btrfs_create_pending_bl...

7.8CVSS6.2AI score0.00138EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.128 views

CVE-2025-37811

CVE-2025-37811 is a Linux kernel vulnerability in the USB chipidea ci_hdrc_imx driver. The root cause is an unsafe dereference of data->usbmisc_data when usbmisc is NULL; the fix adds a guard before dereferencing the pointer. Reported under CVSSv3.1: AV Local, AC Low, PR Low, UI None, S U, C a...

5.5CVSS5.3AI score0.00164EPSS
Save
CVE
CVE
added 2025/05/09 6:44 a.m.128 views

CVE-2025-37874

CVE-2025-37874 is a Linux kernel vulnerability affecting the ngbe driver (net: ngbe). The issue is a memory leak in ngbe_probe() error paths after ngbe_sw_init(), where memory allocated for wx->rss_key in wx_init_rss_key() was not freed on error, and a double-free risk could occur if mac_table...

5.5CVSS7AI score0.00277EPSS
Save
CVE
CVE
added 2025/05/09 6:45 a.m.128 views

CVE-2025-37879

CVE-2025-37879 affects the Linux kernel 9p/net component. Root cause: in p9_client_write() and p9_client_read_once(), a server could reply with success but a negative count due to signed variable handling, leading to incorrect conclusions about written/read data. The documented fix is to convert ...

9.8CVSS6.5AI score0.00674EPSS
Save
CVE
CVE
added 2005/01/20 5:0 a.m.127 views

CVE-2004-1235

CVE-2004-1235 documents a race condition in the Linux kernel (load_elf_library and binfmt_aout paths used by uselib) affecting 2.4 (through 2.429-rc2) and 2.6 (through 2.6.10). Exploitation allows a local user to execute arbitrary code by manipulating the VMA descriptor. The initial description p...

6.2CVSS7.5AI score0.02893EPSS
Save
CVE
CVE
added 2008/11/10 4:0 p.m.127 views

CVE-2008-5029

CVE-2008-5029 affects the Linux kernel 2.6.27.4, 2.6.26 and earlier via the __scm_destroy function in net/core/scm.c, which can cause indirect recursive calls when closing sockets after an SCM_RIGHTS message. This local DoS (panic) condition results from the kernel’s handling of UNIX domain socke...

4.9CVSS5.5AI score0.00504EPSS
Save
CVE
CVE
added 2009/08/28 3:0 p.m.127 views

CVE-2009-2695

CVE-2009-2695 affects the Linux kernel before 2.6.31-rc7, where mmap operations targeting page zero and other low memory addresses are not properly prevented. This enables local privilege escalation via NULL pointer dereference vulnerabilities, linked to (1) SELinux’s allow_unconfined_mmap_low se...

7.2CVSS6.8AI score0.00512EPSS
Save
CVE
CVE
added 2010/03/16 7:0 p.m.127 views

CVE-2010-0727

CVE-2010-0727 affects the Linux kernel: the gfs2_lock (and on RHEL 5/6 gfs_lock) fails to properly remove POSIX locks on files that are setgid without group-execute permission. This allows a local attacker to trigger a denial of service or system crash by locking a file on a GFS or GFS2 filesyste...

4.9CVSS5.4AI score0.00582EPSS
SaveWeb
CVE
CVE
added 2010/11/29 3:0 p.m.127 views

CVE-2010-4072

CVE-2010-4072 affects the Linux kernel: the copy_shmid_to_user function in ipc/shm.c (pre-2.6.37-rc1) does not initialize a certain structure, enabling local users to leak potentially sensitive information from kernel stack memory via the shmctl interface and the old shm interface. Affected produ...

1.9CVSS5.8AI score0.00384EPSS
Save
CVE
CVE
added 2010/12/22 8:0 p.m.127 views

CVE-2010-4346

The vulnerability CVE-2010-4346 affects the Linux kernel: install_special_mapping in mm/mmap.c before 2.6.37-rc6 does not call security_file_mmap as expected, allowing local users to bypass mmap_min_addr restrictions and potentially trigger NULL pointer dereference via a crafted assembly-language...

2.1CVSS5.8AI score0.00402EPSS
Save
CVE
CVE
added 2013/06/08 10:0 a.m.127 views

CVE-2011-2482

Mode C (Normal, details available) CVE-2011-2482 is referenced in connected documentation tied to MiracleLinux 3: kernel-2.6.18-274.2.AXS3. The vulnerability affects the Linux kernel as used by that distribution, and stems from a Red Hat patch to the sctp_sock_migrate function in net/sctp/socket....

7.8CVSS6.8AI score0.03769EPSS
Save
CVE
CVE
added 2013/11/27 2:0 a.m.127 views

CVE-2013-6383

The CVE-2013-6383 issue is real in the Linux kernel up to version 3.11.7: the aac_compat_ioctl function in drivers/scsi/aacraid/linit.c does not require CAP_SYS_RAWIO, allowing local users to bypass access restrictions via a crafted ioctl. Affected: Linux kernel prior to 3.11.8 (notably seen in a...

6.9CVSS6.3AI score0.0049EPSS
Save
CVE
CVE
added 2016/05/09 10:0 a.m.127 views

CVE-2015-0570

CVE-2015-0570 is a stack-based buffer overflow in the SET_WPS_IE IOCTL in wlan_hdd_hostapd.c of the Linux kernel WLAN driver (3.x/4.x), as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and similar products. Exploitation requires a crafted application with a long ...

9.3CVSS7.5AI score0.01751EPSS
Save
CVE
CVE
added 2017/02/06 6:4 a.m.127 views

CVE-2017-5549

CVE-2017-5549 affects the Linux kernel prior to 4.9.5. The vulnerability exists in klsi_105_get_line_state (drivers/usb/serial/kl5kusb105.c) where, on a failure to read the line status, uninitialized heap memory contents are placed into a log entry. This can allow a local attacker to read sensiti...

5.5CVSS6AI score0.00432EPSS
Save
CVE
CVE
added 2021/03/23 4:34 p.m.127 views

CVE-2021-20219

CVE-2021-20219: Linux kernel DoS in n_tty_receive_char_special (drivers/tty/n_tty.c). Local attacker with unprivileged user can delay the loop (ldata->read_head changes) due to a missing sanity check, impacting availability. The initial doc does not specify affected kernel versions, patches, o...

5.5CVSS6.2AI score0.00401EPSS
Save
CVE
CVE
added 2024/02/28 8:13 a.m.127 views

CVE-2021-47023

CVE-2021-47023 is rejected/not used and not an active vulnerability entry.

8.2CVSS7.7AI score0.0084EPSS
Save
CVE
CVE
added 2024/05/24 3:9 p.m.127 views

CVE-2021-47517

CVE-2021-47517 affects the Linux kernel’s ethtool handling: during net-device unregistration a reference to the device can be used, enabling operations after unregister begins. The fix moves the operation into an rtnl-locked path on the netlink side so the net device won’t be found post-unregiste...

7.8CVSS6.6AI score0.00244EPSS
Save
CVE
CVE
added 2025/02/26 2:5 a.m.127 views

CVE-2021-47659

CVE-2021-47659 affects the Linux kernel DRM plane path. The vulnerability arises because the range check for format_count is performed late in __drm_universal_plane_init(); if format_count > 64 yields a WARN_ON, it can leak the plane->format_types array and skip drm_mode_object_unregister()...

5.5CVSS5.4AI score0.00267EPSS
Save
CVE
CVE
added 2024/05/03 3:13 p.m.127 views

CVE-2022-48702

CVE-2022-48702 : In the Linux kernel, ALSA emu10k1’s snd_emu10k1_pcm_channel_alloc() can perform out-of-bounds access when the voice allocator wraps around near the end of the array (first_voice + requested_voice_count > 64). The UBSAN report shows index 65 accessed in snd_emu10k1_voice[64]. T...

7.8CVSS6.4AI score0.00237EPSS
Save
CVE
CVE
added 2025/02/26 1:55 a.m.127 views

CVE-2022-49229

CVE-2022-49229 affects the Linux kernel: when unregistering a physical PTP clock that has attached virtual clocks, the kernel now unregisters the virtual clocks as well to prevent a fault. The issue could trigger a page fault in ptp_vclock_read and lead to an OOPs trace, as shown in the provided ...

5.5CVSS6.2AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 2:10 a.m.127 views

CVE-2022-49301

CVE-2022-49301 : In the Linux kernel, the staging rtl8712 USB driver has a bug where, if r8712_usbctrl_vendorreq() returns a negative value, data in usb_read8/16/32 is not initialized, triggering KMSAN uninitialized-value reports. Connected advisories reference fixes in the kernel (e.g., commits ...

5.5CVSS6.5AI score0.00257EPSS
Save
Total number of security vulnerabilities14606